Skip to content

Bump to 1.8.11 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 12, 2020
Merged

Bump to 1.8.11 #10

merged 1 commit into from
Feb 12, 2020

Conversation

A6GibKm
Copy link
Collaborator

@A6GibKm A6GibKm commented Oct 28, 2019

  • Update freedesktop runtime to 19.08
  • Update openjdk to openjdk11
  • Updated various modules
  • Builds only on 64 bits

I need to fix the arm build. It 64bit build is working but throwing console errors.
TODO reoder modules.

@flathubbot
Copy link
Contributor

Started test build 10638

@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Oct 28, 2019

Fixes #9, the appdata file is fixed upstream.

@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Oct 28, 2019

bot, build cc.arduino.arduinoide

@flathubbot
Copy link
Contributor

Queued test build for cc.arduino.arduinoide.

@flathubbot
Copy link
Contributor

Build 10638 failed

@flathubbot
Copy link
Contributor

Started test build 10639

@flathubbot
Copy link
Contributor

Build 10639 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/10133/cc.arduino.arduinoide.flatpakref

@flathubbot
Copy link
Contributor

Started test build 10640

@flathubbot
Copy link
Contributor

Build 10640 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/10134/cc.arduino.arduinoide.flatpakref

@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Oct 28, 2019

I can confirm that only one of my machines throws errors and it seems safe to ignore. I consider this is fine to merge after someone with more experience reviews it.

@flathubbot
Copy link
Contributor

Started test build 10644

@flathubbot
Copy link
Contributor

Build 10644 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/10138/cc.arduino.arduinoide.flatpakref

@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Oct 28, 2019

The error I get is

java.lang.Exception: Error downloading https://downloads.arduino.cc/packages/package_index.json
	at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:144) ~[arduino-core.jar:?]
	at cc.arduino.contributions.DownloadableContributionsDownloader.downloadIndexAndSignature(DownloadableContributionsDownloader.java:160) ~[arduino-core.jar:?]
	at cc.arduino.contributions.packages.ContributionInstaller.updateIndex(ContributionInstaller.java:306) ~[arduino-core.jar:?]
	at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onUpdatePressed$1(ContributionManagerUI.java:146) ~[pde.jar:?]
	at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: javax.net.ssl.SSLException: Unexpected error: ...

I can't upgrade packages, arduino throws the error Error downloading https://downloads.arduino.cc/packages/package_index.json

@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Oct 29, 2019

It seems it is missing a ca-certificate.

@flathubbot
Copy link
Contributor

Started test build 10650

@flathubbot
Copy link
Contributor

Build 10650 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/10144/cc.arduino.arduinoide.flatpakref

@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Oct 30, 2019

I am having issues uploading to my Arduino, any help would be appreciated.

@flathubbot
Copy link
Contributor

Started test build 10760

@flathubbot
Copy link
Contributor

Build 10760 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/10244/cc.arduino.arduinoide.flatpakref

@merwok
Copy link

merwok commented Jan 11, 2020

bot, build cc.arduino.arduinoide

@flathubbot
Copy link
Contributor

Queued test build for cc.arduino.arduinoide.

@flathubbot
Copy link
Contributor

Started test build 13671

@flathubbot
Copy link
Contributor

Build 13671 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/13051/cc.arduino.arduinoide.flatpakref

@flathubbot
Copy link
Contributor

Started test build 14782

@flathubbot
Copy link
Contributor

Build 14782 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/14112/cc.arduino.arduinoide.flatpakref

- Update Freedesktop Sdk to 19.08
- Update openjdk to openjdk11
- Update modules
@flathubbot
Copy link
Contributor

Started test build 14784

@A6GibKm A6GibKm changed the title [WIP] Bump to 1.8.10 [WIP] Bump to 1.8.11 Feb 6, 2020
@flathubbot
Copy link
Contributor

Build 14784 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/14114/cc.arduino.arduinoide.flatpakref

@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Feb 6, 2020

I pushed everything into a single commit.

  • Update Arduino ide to 1.8.11
  • Update Freedesktop Sdk to 19.08
  • Update openjdk to openjdk11
  • Update modules
  • Updated arduino-appdata-fixes.patch

Successfully Tested:

  • Update/Install libraries
  • Flash AnalogReadSerial to an Arduino Uno
  • Serial Monitor

As far as I can tell, it is working fine.

@A6GibKm A6GibKm requested a review from cosimoc February 6, 2020 17:01
@A6GibKm A6GibKm changed the title [WIP] Bump to 1.8.11 Bump to 1.8.11 Feb 6, 2020
@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Feb 8, 2020

@nedrichards @cosimoc does this package has a maintainer? I am willing to wring updates to it.

@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Feb 12, 2020

@barthalion

@A6GibKm A6GibKm merged commit 1c4da9e into flathub:master Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants